summaryrefslogtreecommitdiff
path: root/app/[lng]/procurement/(procurement)/faq/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/procurement/(procurement)/faq/page.tsx')
-rw-r--r--app/[lng]/procurement/(procurement)/faq/page.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/[lng]/procurement/(procurement)/faq/page.tsx b/app/[lng]/procurement/(procurement)/faq/page.tsx
index 9b62b7e4..56a4ee86 100644
--- a/app/[lng]/procurement/(procurement)/faq/page.tsx
+++ b/app/[lng]/procurement/(procurement)/faq/page.tsx
@@ -24,15 +24,15 @@ export default async function FaqPage(props: Props) {
<div className="space-y-6 p-10 pb-16">
<div className="flex justify-between items-center">
<div className="space-y-0.5">
- <h2 className="text-2xl font-bold tracking-tight">Frequently Asked Questions</h2>
- <p className="text-muted-foreground">
+ <h2 className="text-2xl font-bold tracking-tight">자주 묻는 질문</h2>
+ {/* <p className="text-muted-foreground">
Find answers to common questions about using the EVCP system.
- </p>
+ </p> */}
</div>
<Link href={`/${lng}/evcp/faq/manage`}>
<Button variant="outline">
<Settings className="w-4 h-4 mr-2" />
- Manage FAQ
+ FAQ 관리
</Button>
</Link>
</div>